How to FIX SMALL WINDOW APPEARANCE on systems with HIGH DPI settings:

If you use a monitor with a HIGH DPI setting, your Forms Windows may appear very small.
In order to fix this, please perform the following steps:

For generted executable JAR files:
========================================================================

If you use the command "java -jar yourjarfile.jar" to start your Forms application,
or if you start it by doubleclicking th jar file, you will need to locate the java.exe 
and the javaw.exe executable and perform the following steps:
- Right-mouse click - Properties 
- Tab Compatibility
- Button "Change High DPI setting"
- Check the checkbox " High DPI Scaling Override"
- In the "Override high DPI scaling behavior" dropdown select "System"

For generted executable JAR files that have been converted to .EXE files with Launch4J:
=================================================================================

- Right-mouse click - Properties on your .EXE file
- Tab Compatibility
- Button "Change High DPI setting"
- Check the checkbox " High DPI Scaling Override"
- In the "Override high DPI scaling behavior" dropdown select "System"


For the JAR Builder itself: ThinAppletEXEJar_5_06.exe
=================================================================================

- Right-mouse click - Properties on your ThinAppletEXEJar_5_06.exe file
- Tab Compatibility
- Button "Change High DPI setting"
- Check the checkbox " High DPI Scaling Override"
- In the "Override high DPI scaling behavior" dropdown select "System"

